MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class
Properties Methods Events

PagesCollection<T> Class Members

The following tables list the members exposed by PagesCollection<T>.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets the number of elements contained in the System.Collections.ICollection.  
Public PropertyGets the document.  
Public PropertyGets the file version.  
Public PropertyGets the fonts collection.  
Public PropertyGets whether the System.Collections.IList has a fixed size.  
Public PropertyGets whether the System.Collections.IList is read-only.  
Public PropertyGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).  
Public PropertyReturns a Page object at specified index in the collection.  
Public PropertyGets an object that can be used to synchronize access to the System.Collections.ICollection.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Adds a new item into the cache.  
Public MethodOverloaded. Adds the elements of an array of pages to the end of the pages collection.  
Public MethodRemoves all the page objects from the page collection.  
Public MethodPerforms a cloning of this instance.  
Public MethodOverloaded. Determines whether the System.Collections.IList contains a specific value.  
Public MethodOverloaded. Copies the elements of the System.Collections.ICollection to an System.Array, starting at a given System.Array index.  
Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources.  
Public MethodOverloaded. Gets the index of a specific item in the System.Collections.IList.  
Public MethodOverloaded. Inserts an item to the System.Collections.IList at the specified index.  
Public MethodInserts a new page element into the pages collection at the specified index.  
Public MethodOverloaded. Inserts the elements from page collections objects into the pages collection at the specified index.  
Public MethodOverloaded. Removes the first occurrence of a specific object from the System.Collections.IList.  
Public MethodRemoves item by index.  
Top
Public Events
 NameDescription
Public EventThe event occurs when the item is changed.  
Top
See Also